Conversation
✅ Deploy Preview for rstest-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Pull request overview
This PR simplifies documentation maintenance by replacing a manually maintained list of Rsbuild plugins with direct links to Rsbuild's centralized plugin list page. This reduces duplication and maintenance overhead.
Key changes:
- Replaced extensive plugin lists with concise links to Rsbuild's official plugin list page
- Updated GitHub action to reference the correct organization name
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| website/docs/zh/config/build/plugins.mdx | Removed duplicated Chinese plugin list; added link to Rsbuild's plugin list page |
| website/docs/en/config/build/plugins.mdx | Removed duplicated English plugin list; added link to Rsbuild's plugin list page |
| .github/actions/eco-ci-result/action.yml | Updated repository owner from "rspack-contrib" to "rstackjs" |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| with: | ||
| script: | | ||
| const owner = "rspack-contrib" | ||
| const owner = "rstackjs" |
There was a problem hiding this comment.
This change from "rspack-contrib" to "rstackjs" appears unrelated to the PR's stated purpose of linking to the Rsbuild plugin list. Consider moving this organizational/repository name change to a separate PR to maintain clear commit history and easier review, or update the PR description to mention this additional change.
| const owner = "rstackjs" | |
| const owner = "rspack-contrib" |
Summary
Link to the Rsbuild plugin list page instead of maintaining a duplicated plugin list. This helps reduce maintenance overhead.
Checklist